Synchronize View Participants

org.eclipse.team.ui.synchronizeParticipants

3.0

This extension point is used to register a synchronize participant with the Synchronize View. A synchronize participant provides a logical connection between local resources and a remote location that is used to share those resources. The Synchronize View displays synchronize participants.

Providers may provide an extension for this extension point, and an implementation of org.eclipse.team.ui.synchronize.ISynchronizeParticipant.

<!ELEMENT extension (participant)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT participant EMPTY>

<!ATTLIST participant

icon  CDATA #IMPLIED

id    CDATA #IMPLIED

class CDATA #IMPLIED

type  CDATA #IMPLIED

name  CDATA #IMPLIED>


The value of the class attribute must represent a class that implements org.eclipse.team.ui.synchronize.ISynchronizeView.